사용자 도구

사이트 도구


application:mutt

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
다음 판 양쪽 다음 판
application:mutt [2007/09/25 23:22]
starlits
application:mutt [2018/11/04 03:31]
starlits [메일을 선택하여 다른 폴더로 이동시키기]
줄 47: 줄 47:
 | ''%%^T%%''    |  패턴과 일치하는 메일 태그 지움 | | ''%%^T%%''    |  패턴과 일치하는 메일 태그 지움 |
  
 +
 +===== 활용예 =====
 +==== 메일을 선택하여 다른 폴더로 이동시키기 ====
 +
 +=== 한개의 메일을 선택하여 다른 폴더로 이동시키기 ===
 +  - 옮길 대상 메일 위에 바를 올려놓는다.
 +  - <s>키를 누른 후, <?>키를 이용하여 이동할 폴더를 지정한다.
 +
 +=== 전체리스트를 선택하여 다른 폴더로 이동시키기 ===
 +  - 메일리스트에서 대문자 ''T''를 입력
 +  - ''~A''를 입력하여, 전체 리스트는 선택
 +  - '';c''키를 누른 후, 이동할 폴더(또는 imap경로)를 지정
 +  - https://superuser.com/questions/191719/transferring-lots-of-messages-between-imap-accounts <code>
 +Use the reliable Mutt (http://www.mutt.org/).
 +
 +mutt -f imap://username@sourceimaphost/INBOX/folder
 +Tag selected messages by t, or tag all messages by T and entering ~A. (With T, you can specify various patterns (http://www.mutt.org/doc/manual/manual-4.html#ss4.2).
 +Move tagged messages by ;s("save") and enter imap://username@destimaphost/INBOX/folder. (This marks the source messages as deleted(D); if you don't want that, use ;C("copy") instead.)
 +You can repeat 2 and 3 as needed.
 +Quit by q. You may choose to purge the deleted messages.
 +This allows to move a folder from one account to another. Repeat this for multiple folders.
 +</code>
application/mutt.txt · 마지막으로 수정됨: 2018/11/04 03:46 저자 starlits